PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / drawFormXObject Method / drawFormXObject(PDFFormXObject,double,double,double,double,PDFFlipDirection) Method
to draw.
The x-coordinate of the upper-left corner of the drawn form XObject.
The y-coordinate of the upper-left corner of the drawn form XObject.
Width of the drawn form XObject.
Height of the drawn form XObject.
Direction for flipping the drawn form XObject.
In This Topic
    drawFormXObject(PDFFormXObject,double,double,double,double,PDFFlipDirection) Method
    In This Topic
    Draws the specified at the specified location and with the specified size.
    Syntax
    public void drawFormXObject( 
       PDFFormXObject formXObject,
       double x,
       double y,
       double width,
       double height,
       PDFFlipDirection flipDirection
    )

    Parameters

    formXObject
    to draw.
    x
    The x-coordinate of the upper-left corner of the drawn form XObject.
    y
    The y-coordinate of the upper-left corner of the drawn form XObject.
    width
    Width of the drawn form XObject.
    height
    Height of the drawn form XObject.
    flipDirection
    Direction for flipping the drawn form XObject.
    See Also